LOAD COM DLL
This command loads an ActiveX DLL and one of its class and creates a new instance of it. Note that unlike conventional DLLs, these may not only export function, but variables as well.
LOAD COM DLL does not require to register the DLL on the user's system. While this makes sure access is given even when the users don't have administration rights on their computer, it is slightly slower.
ARGUMENTS:
* Dll Name = The name of the DLL.
* Class Name = The name of an exported class.
* Com Number = A free COM instance number between 1 and 256.
SYNTAX
LOAD COM DLL Dll Name,Class Name,Com Number
RELATED INFO
View COM, ActiveX, .NET Index
View STYX Index
View STYX Main File
